crypto/ecdh.PrivateKey.fips (field)

4 uses

	crypto/ecdh (current package)
		ecdh.go#L117: 	fips       *ecdh.PrivateKey
		nist.go#L62: 		fips:       privateKey,
		nist.go#L110: 		fips:       fk,
		nist.go#L157: 	return c.sharedSecret(local.fips, remote.fips)